home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / pwr14k.zip / README.PWR < prev    next >
Text File  |  1992-01-09  |  1KB  |  40 lines

  1. variable        InChar,1
  2. variable        Escape,1,#27
  3. variable        Fore,1
  4. variable        Back,1
  5. variable        CurrColor,1
  6.  
  7. ?color            Fore,Back,CurrColor
  8. clear            111
  9. READP01
  10. writeat         15,25,'Press Esc to exit or any other key for next screen',120
  11. readkey         InChar
  12. compare         InChar,Escape,,,Exit
  13. clear            111
  14. READP02
  15. writeat         15,25,'Press Esc to exit or any other key for next screen',120
  16. readkey         InChar
  17. compare         InChar,Escape,,,Exit
  18. clear            111
  19. READP03
  20. writeat         15,25,'Press Esc to exit or any other key for next screen',120
  21. readkey         InChar
  22. compare         InChar,Escape,,,Exit
  23. clear            111
  24. READP04
  25. writeat         15,25,'Press Esc to exit or any other key for next screen',120
  26. readkey         InChar
  27. compare         InChar,Escape,,,Exit
  28. clear            111
  29. READP05
  30. writeat         15,25,'Press Esc to exit or any other key for next screen',120
  31. readkey         InChar
  32. compare         InChar,Escape,,,Exit
  33. clear            111
  34. READP06
  35. writeat         27,25,'Press any key to continue',120
  36. readkey         InChar
  37. label       Exit
  38. color            CurrColor
  39. clear
  40.